3.23 \(\int \frac {1}{(a g+b g x)^3 (A+B \log (e (\frac {a+b x}{c+d x})^n))} \, dx\)

Optimal. Leaf size=197 \[ \frac {b e^{\frac {2 A}{B n}} (c+d x)^2 \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )^{2/n} \text {Ei}\left (-\frac {2 \left (A+B \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )\right )}{B n}\right )}{B g^3 n (a+b x)^2 (b c-a d)^2}-\frac {d e^{\frac {A}{B n}} (c+d x) \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )^{\frac {1}{n}} \text {Ei}\left (-\frac {A+B \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )}{B n}\right )}{B g^3 n (a+b x) (b c-a d)^2} \]

[Out]

b*exp(2*A/B/n)*(e*((b*x+a)/(d*x+c))^n)^(2/n)*(d*x+c)^2*Ei(-2*(A+B*ln(e*((b*x+a)/(d*x+c))^n))/B/n)/B/(-a*d+b*c)
^2/g^3/n/(b*x+a)^2-d*exp(A/B/n)*(e*((b*x+a)/(d*x+c))^n)^(1/n)*(d*x+c)*Ei((-A-B*ln(e*((b*x+a)/(d*x+c))^n))/B/n)
/B/(-a*d+b*c)^2/g^3/n/(b*x+a)

________________________________________________________________________________________

Rubi [F]  time = 0.08, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {1}{(a g+b g x)^3 \left (A+B \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )\right )} \, dx \]

Verification is Not applicable to the result.

[In]

Int[1/((a*g + b*g*x)^3*(A + B*Log[e*((a + b*x)/(c + d*x))^n])),x]

[Out]

Defer[Int][1/((a*g + b*g*x)^3*(A + B*Log[e*((a + b*x)/(c + d*x))^n])), x]

Rubi steps

\begin {align*} \int \frac {1}{(a g+b g x)^3 \left (A+B \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )\right )} \, dx &=\int \frac {1}{(a g+b g x)^3 \left (A+B \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )\right )} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.33, size = 172, normalized size = 0.87 \[ \frac {e^{\frac {A}{B n}} (c+d x) \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )^{\frac {1}{n}} \left (b e^{\frac {A}{B n}} (c+d x) \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )^{\frac {1}{n}} \text {Ei}\left (-\frac {2 \left (A+B \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )\right )}{B n}\right )-d (a+b x) \text {Ei}\left (-\frac {A+B \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )}{B n}\right )\right )}{B g^3 n (a+b x)^2 (b c-a d)^2} \]

Antiderivative was successfully verified.

[In]

Integrate[1/((a*g + b*g*x)^3*(A + B*Log[e*((a + b*x)/(c + d*x))^n])),x]

[Out]

(E^(A/(B*n))*(e*((a + b*x)/(c + d*x))^n)^n^(-1)*(c + d*x)*(b*E^(A/(B*n))*(e*((a + b*x)/(c + d*x))^n)^n^(-1)*(c
 + d*x)*ExpIntegralEi[(-2*(A + B*Log[e*((a + b*x)/(c + d*x))^n]))/(B*n)] - d*(a + b*x)*ExpIntegralEi[-((A + B*
Log[e*((a + b*x)/(c + d*x))^n])/(B*n))]))/(B*(b*c - a*d)^2*g^3*n*(a + b*x)^2)

________________________________________________________________________________________

fricas [A]  time = 0.95, size = 149, normalized size = 0.76 \[ -\frac {d e^{\left (\frac {B \log \relax (e) + A}{B n}\right )} \operatorname {log\_integral}\left (\frac {{\left (d x + c\right )} e^{\left (-\frac {B \log \relax (e) + A}{B n}\right )}}{b x + a}\right ) - b e^{\left (\frac {2 \, {\left (B \log \relax (e) + A\right )}}{B n}\right )} \operatorname {log\_integral}\left (\frac {{\left (d^{2} x^{2} + 2 \, c d x + c^{2}\right )} e^{\left (-\frac {2 \, {\left (B \log \relax (e) + A\right )}}{B n}\right )}}{b^{2} x^{2} + 2 \, a b x + a^{2}}\right )}{{\left (B b^{2} c^{2} - 2 \, B a b c d + B a^{2} d^{2}\right )} g^{3} n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*g*x+a*g)^3/(A+B*log(e*((b*x+a)/(d*x+c))^n)),x, algorithm="fricas")

[Out]

-(d*e^((B*log(e) + A)/(B*n))*log_integral((d*x + c)*e^(-(B*log(e) + A)/(B*n))/(b*x + a)) - b*e^(2*(B*log(e) +
A)/(B*n))*log_integral((d^2*x^2 + 2*c*d*x + c^2)*e^(-2*(B*log(e) + A)/(B*n))/(b^2*x^2 + 2*a*b*x + a^2)))/((B*b
^2*c^2 - 2*B*a*b*c*d + B*a^2*d^2)*g^3*n)

________________________________________________________________________________________

giac [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*g*x+a*g)^3/(A+B*log(e*((b*x+a)/(d*x+c))^n)),x, algorithm="giac")

[Out]

Timed out

________________________________________________________________________________________

maple [F]  time = 0.29, size = 0, normalized size = 0.00 \[ \int \frac {1}{\left (b g x +a g \right )^{3} \left (B \ln \left (e \left (\frac {b x +a}{d x +c}\right )^{n}\right )+A \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*g*x+a*g)^3/(B*ln(e*((b*x+a)/(d*x+c))^n)+A),x)

[Out]

int(1/(b*g*x+a*g)^3/(B*ln(e*((b*x+a)/(d*x+c))^n)+A),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{{\left (b g x + a g\right )}^{3} {\left (B \log \left (e \left (\frac {b x + a}{d x + c}\right )^{n}\right ) + A\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*g*x+a*g)^3/(A+B*log(e*((b*x+a)/(d*x+c))^n)),x, algorithm="maxima")

[Out]

integrate(1/((b*g*x + a*g)^3*(B*log(e*((b*x + a)/(d*x + c))^n) + A)), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {1}{{\left (a\,g+b\,g\,x\right )}^3\,\left (A+B\,\ln \left (e\,{\left (\frac {a+b\,x}{c+d\,x}\right )}^n\right )\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((a*g + b*g*x)^3*(A + B*log(e*((a + b*x)/(c + d*x))^n))),x)

[Out]

int(1/((a*g + b*g*x)^3*(A + B*log(e*((a + b*x)/(c + d*x))^n))), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*g*x+a*g)**3/(A+B*ln(e*((b*x+a)/(d*x+c))**n)),x)

[Out]

Timed out

________________________________________________________________________________________